home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / coki.swf / scripts / frame_17 / PlaceObject2_102_43 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-10-01  |  296 b   |  10 lines

  1. onClipEvent(load){
  2.    Xspeed = Math.floor(Math.random() * _global.speed + 2);
  3.    Yspeed = Math.floor(Math.random() * _global.speed + 1);
  4.    top = this._height / 2;
  5.    bottom = _root.area._height - top;
  6.    left = this._width / 2;
  7.    right = _root.area._width - left;
  8.    var status = 1;
  9. }
  10.